Remove emphasized text from headings of REST API documentation Browsers show the page heading as window title. Emphasized text is not supported in the window title and as result a literal <em> tag is displayed which looks ugly. Change-Id: I1072f7032a17d2d5c0d68a81c41e16582ba9b01a Signed-off-by: Edwin Kempin <edwin.kempin@sap.com> 
diff --git a/Documentation/rest-api-accounts.txt b/Documentation/rest-api-accounts.txt index fc10623..12ef9ff 100644 --- a/Documentation/rest-api-accounts.txt +++ b/Documentation/rest-api-accounts.txt 
@@ -1,5 +1,5 @@ -Gerrit Code Review - '/accounts/' REST API -========================================== +Gerrit Code Review - /accounts/ REST API +========================================    This page describes the account related REST endpoints.  Please also take note of the general information on the 
diff --git a/Documentation/rest-api-changes.txt b/Documentation/rest-api-changes.txt index f360482..7c2272e 100644 --- a/Documentation/rest-api-changes.txt +++ b/Documentation/rest-api-changes.txt 
@@ -1,5 +1,5 @@ -Gerrit Code Review - '/changes/' REST API -========================================= +Gerrit Code Review - /changes/ REST API +=======================================    This page describes the change related REST endpoints.  Please also take note of the general information on the 
diff --git a/Documentation/rest-api-groups.txt b/Documentation/rest-api-groups.txt index e331404..7cc4d18 100644 --- a/Documentation/rest-api-groups.txt +++ b/Documentation/rest-api-groups.txt 
@@ -1,5 +1,5 @@ -Gerrit Code Review - '/groups/' REST API -======================================== +Gerrit Code Review - /groups/ REST API +======================================    This page describes the group related REST endpoints.  Please also take note of the general information on the 
diff --git a/Documentation/rest-api-projects.txt b/Documentation/rest-api-projects.txt index dfba61c..d59133c 100644 --- a/Documentation/rest-api-projects.txt +++ b/Documentation/rest-api-projects.txt 
@@ -1,5 +1,5 @@ -Gerrit Code Review - '/projects/' REST API -========================================== +Gerrit Code Review - /projects/ REST API +========================================    This page describes the project related REST endpoints.  Please also take note of the general information on the